This command allows you to quickly assign an XSL stylesheet to an XML document that is to be used for XSL Transformation or rendering by any XML-compatible browser.
It will open the common Assign File dialog to let you specify the XSL or XSLT file you wish to assign and will insert the required processing instruction into your XML document:
<?xml-stylesheet type="text/xsl" href="http://link.xmlspy.com/main.xsl"?>
|
|